home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 May / SGI IRIX 6.5 Applications 2002 May.iso / dist / impr_print.idb / var / spool / lp / PPD_model / loptrac.ppd.z / loptrac.ppd
PostScript Printer Description  |  1998-05-04  |  19KB  |  557 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe PostScript(R) Printer Description File
  3. *% For Lexmark Optra C LaserPrinter
  4. *% Produced by Lexmark International, Inc.
  5. *%
  6. *% Copyright (c) 1993 Lexmark International Inc.  All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the content
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *%
  12. *% WARNING:  If you want to edit this PPD file and use it with Aldus
  13. *%           PageMaker, be sure to use an editor (such as DOS Edit)
  14. *%           that does NOT add an end-of-file marker (hex 1A) when
  15. *%           it stores the file.
  16. *%
  17. *%
  18.  
  19. *FormatVersion: "4.1"
  20. *FileVersion: "1.1"
  21. *LanguageVersion: English
  22. *PCFileName: "LOPTRAC.PPD"
  23. *Product: "(Lexmark Optra C)"
  24. *PSVersion: "( )"
  25. *ModelName: "Lexmark Optra C"
  26. *ShortNickName: "Lexmark Optra C PS"
  27. *NickName: "Lexmark Optra C PS"
  28.  
  29. *% === Options and Constraints ============
  30.  
  31. *OpenGroup: InstallableOptions/Options Installed
  32.  
  33. *OpenUI *Option1/Lower Tray - Option: Boolean
  34. *DefaultOption1: False
  35. *Option1 True/Installed: ""
  36. *Option1 False/Not Installed: ""
  37. *CloseUI: *Option1
  38.  
  39. *OpenUI *Option2/Flash Memory Card - Option: PickOne
  40. *DefaultOption2: None
  41. *Option2 None/Not Installed: ""
  42. *Option2 512K/512 Kb Flash Memory: ""
  43. *Option2 1Meg/1 Mb Flash Memory: ""
  44. *Option2 2Meg/2 Mb Flash Memory: ""
  45. *Option2 4Meg/4 Mb Flash Memory: ""
  46. *CloseUI: *Option2
  47.  
  48. *OpenUI *Option3/Printer Hard Disk - Option: Boolean
  49. *DefaultOption3: False
  50. *Option3 False/Not Installed: ""
  51. *Option3 True/Installed: ""
  52. *CloseUI: *Option3
  53.  
  54. *OpenUI *Option4/Installed Memory - Option: PickOne
  55. *DefaultOption4: 8Meg
  56. *Option4 2Meg/2 Mb Printer Memory: ""
  57. *Option4 4Meg/4 Mb Printer Memory: ""
  58. *Option4 6Meg/6 Mb Printer Memory: ""
  59. *Option4 8Meg/8 Mb Printer Memory: ""
  60. *Option4 10Meg/10 Mb Printer Memory: ""
  61. *Option4 12Meg/12 Mb Printer Memory: ""
  62. *Option4 16Meg/16 Mb Printer Memory: ""
  63. *Option4 18Meg/18 Mb Printer Memory: ""
  64. *Option4 20Meg/20 Mb Printer Memory: ""
  65. *Option4 24Meg/24 Mb Printer Memory: ""
  66. *Option4 32Meg/32 Mb Printer Memory: ""
  67. *Option4 34Meg/34 Mb Printer Memory: ""
  68. *Option4 36Meg/36 Mb Printer Memory: ""
  69. *Option4 40Meg/40 Mb Printer Memory: ""
  70. *Option4 48Meg/48 Mb Printer Memory: ""
  71. *Option4 64Meg/64 Mb Printer Memory: ""
  72. *CloseUI: *Option4
  73.  
  74. *CloseGroup: InstallableOptions
  75.  
  76. *UIConstraints: *Option1 False *InputSlot Lower
  77. *UIConstraints: *Option1 False *TraySwitch True
  78.  
  79. *% === Basic Capabilities ============
  80.  
  81. *ColorDevice: True
  82.  
  83. *LanguageLevel: "2"
  84. *Protocols: PJL
  85. *TTRasterizer: Type42
  86. *FreeVM: "6269952"
  87. *ColorDevice: True
  88. *DefaultColorSpace: RGB
  89. *Throughput: "3"
  90. *Password: "0"
  91. *ExitServer: "
  92.  count 0 eq   % is the password on the stack?
  93.  { true }
  94.  { dup        % potential password
  95.    statusdict /checkpassword get exec not
  96.  } ifelse
  97.  {  %  if no password or not valid
  98.    (WARNING : Cannot perform the exitserver command.) =
  99.    (Password supplied is not valid.) =
  100.    (Please contact the author of this software.) = flush
  101.    quit
  102.  } if
  103.  serverdict /exitserver get exec
  104.  "
  105. *End
  106. *Reset: "
  107.  count 0 eq  % is the password on the stack?
  108.  { true }
  109.  { dup      % potential password
  110.    statusdict /checkpassword get exec not
  111.  } ifelse
  112.  {  %  if no password or not valid
  113.    (WARNING : Cannot reset printer.) =
  114.    (Password supplied is not valid.) =
  115.    (Please contact the author of this software.) = flush
  116.    quit
  117.  } if
  118.  serverdict /exitserver get exec
  119.  systemdict /quit get exec
  120.  (WARNING : Printer Reset Failed.) = flush
  121.  "
  122. *End
  123.  
  124. *% === Job Control Language ==
  125.  
  126. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  127. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = Postscript <0A>"
  128. *JCLEnd: "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"
  129.  
  130. *JCLOpenUI *JCLCollate/Collate Copies: PickOne
  131. *DefaultJCLCollate: PrinterSetting
  132. *OrderDependency: 10 JCLSetup  *JCLCollate
  133. *JCLCollate PrinterSetting/Printer's default: ""
  134. *JCLCollate False/Off: "@PJL SET LCOLLATION = OFF<0A>"
  135. *JCLCollate True/On: "@PJL SET LCOLLATION = ON<0A>"
  136. *JCLCloseUI: *JCLCollate
  137.  
  138. *% === Resolution ============
  139.  
  140. *OpenUI *Resolution:  PickOne
  141. *DefaultResolution: 600dpi
  142. *OrderDependency: 10 AnySetup *Resolution
  143. *Resolution 600dpi: ""
  144. *?Resolution: "
  145.  save
  146.  currentpagedevice /HWResolution get 0 get
  147.  (     ) cvs print (dpi) = flush
  148.  restore
  149.  "
  150. *End
  151. *CloseUI: *Resolution
  152.  
  153. *% === Halftone Information ===============
  154.  
  155. *ScreenFreq: "60.0"
  156. *ScreenAngle: "45.0"
  157. *DefaultScreenProc: Dot
  158. *ScreenProc Dot: "
  159.  {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  160.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  161.  "
  162. *End
  163. *ScreenProc Line: "{ pop }"
  164. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  165.  
  166. *DefaultTransfer: Factory
  167. *Transfer Factory: "
  168.  { statusdict begin doenhancedhalftone resolution end 600 eq and
  169.   { dup 0.28 lt
  170.     { 0.6 exp 1.2 mul }
  171.     { dup mul .478426 mul .521574 add }
  172.     ifelse
  173.   }
  174.   { 0.85 exp }
  175.   ifelse }"
  176. *End
  177. *Transfer Factory.Inverse: "
  178.  { statusdict begin doenhancedhalftone resolution end 600 eq and
  179.   { dup 0.28 lt
  180.     { 0.6 exp 1.2 mul }
  181.     { dup mul .478426 mul .521574 add }
  182.     ifelse
  183.   }
  184.   { 0.85 exp }
  185.   ifelse
  186.   1 exch sub }"
  187. *End
  188.  
  189. *OpenUI *ColorCorrection/Color Correction: PickOne
  190. *OrderDependency: 10 AnySetup *ColorCorrection
  191. *DefaultColorCorrection: Off
  192. *ColorCorrection Off/Off: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorCorrection null put put setpagedevice"
  193. *ColorCorrection Display/Display: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorCorrection /Display put put setpagedevice"
  194. *ColorCorrection Vivid/Vivid: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorCorrection /Vivid put put setpagedevice" 
  195. *ColorCorrection SWOP/SWOP: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorCorrection /SWOP put put setpagedevice"
  196. *?ColorCorrection: "
  197.  save statusdict begin
  198.  [(Off) (Display) (Vivid) (SWOP)]
  199.  colorcorrection 1 sub get = flush
  200.  end
  201.  restore"
  202. *End
  203. *CloseUI: *ColorCorrection
  204.  
  205. *OpenUI *ColorRegistration/Color Registration: PickOne
  206. *OrderDependency: 10 AnySetup *ColorRegistration
  207. *DefaultColorRegistration: 4Cycle
  208. *ColorRegistration 4Cycle/High Speed: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorRegistration 0 put put setpagedevice"
  209. *ColorRegistration 5Cycle/High Quality: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorRegistration 1 put put setpagedevice"
  210. *?ColorRegistration: "
  211.  save statusdict begin
  212.  [(4Cycle) (5Cycle)]
  213.  colorregistration 1 sub get = flush
  214.  end
  215.  restore"
  216. *End
  217. *CloseUI: *ColorRegistration
  218.  
  219. *OpenUI *FinishQuality/Finish Quality: PickOne
  220. *OrderDependency: 10 AnySetup *FinishQuality
  221. *DefaultFinishQuality: Medium
  222. *FinishQuality Medium/Medium Gloss: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /FinishQuality 0 put put setpagedevice"
  223. *FinishQuality High/High Gloss: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /FinishQuality 1 put put setpagedevice"
  224. *FinishQuality Low/Low Gloss: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /FinishQuality 2 put put setpagedevice"
  225. *?FinishQuality: "
  226.  save statusdict begin
  227.  [(medium) (high) (low)] finishquality get = flush
  228.  end
  229.  restore"
  230. *End
  231. *CloseUI: *FinishQuality
  232.  
  233. *OpenUI *Screening/Screening: PickOne
  234. *OrderDependency: 10 AnySetup *Screening
  235. *DefaultScreening: ColorGrade
  236. *Screening ColorGrade/ColorGrade: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /Screening /ColorGrade put put setpagedevice"
  237. *Screening Contone/Contone: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /Screening /Contone put put setpagedevice"
  238. *Screening Stochastic/Stochastic: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /Screening /Stochastic put put setpagedevice"
  239. *?Screening: "
  240.  save statusdict begin
  241.  [(ColorGrade) (Contone) (Stochastic)] screening 1 sub get = flush
  242.  end
  243.  restore"
  244. *End
  245. *CloseUI: *Screening
  246.  
  247. *% === Paper Handling ===================
  248.  
  249. *LandscapeOrientation: Plus90
  250.  
  251. *% These entries will set up the frame buffer.
  252. *% Usually used with AutoSelect input slot.
  253. *OpenUI *PageSize:  PickOne
  254. *OrderDependency: 30 AnySetup *PageSize
  255. *DefaultPageSize: Letter
  256. *PageSize Letter/Letter: "
  257.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  258. *End
  259. *PageSize Legal/Legal: "
  260.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  261. *End
  262. *PageSize A4/A4: "
  263.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  264. *End
  265. *PageSize B5/B5: "
  266.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  267. *End
  268. *?PageSize: "
  269.  save
  270.  4 dict
  271.    dup /letter (Letter) put
  272.    dup /legal (Legal) put
  273.    dup /a4 (A4) put
  274.    dup /b5 (B5) put
  275.  statusdict /papersize get exec
  276.  3 1 roll  {get} stopped {(Unknown)}if
  277.  exch  not { print (.Transverse) }if
  278.  = flush
  279.  restore
  280.  "
  281. *End
  282. *CloseUI: *PageSize
  283.  
  284. *% These entries will set up the frame buffer.
  285. *% Usually used with input slots other than AutoSelect.
  286. *OpenUI *PageRegion:  PickOne
  287. *OrderDependency: 40 AnySetup *PageRegion
  288. *DefaultPageRegion: Letter
  289. *PageRegion Letter/Letter: "
  290.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  291. *End
  292. *PageRegion Legal/Legal: "
  293.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  294. *End
  295. *PageRegion A4/A4: "
  296.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  297. *End
  298. *PageRegion B5/B5: "
  299.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  300. *End
  301. *CloseUI: *PageRegion
  302.  
  303. *DefaultImageableArea: Letter
  304. *ImageableArea Letter:    "8 14 602 763"
  305. *ImageableArea Legal:     "8 14 602 979"
  306. *ImageableArea A4:        "8 14 586 813"
  307. *ImageableArea B5:        "8 14 506 699"
  308. *?ImageableArea: "
  309.  save
  310.  /cvp { cvi (            ) cvs print ( ) print } bind def
  311.  newpath clippath pathbbox
  312.  4 -2 roll exch 2 {ceiling cvp} repeat
  313.  exch 2 {floor cvp} repeat flush
  314.  restore
  315.  "
  316. *End
  317.  
  318. *% These provide the physical dimensions of the paper (by keyword)
  319. *DefaultPaperDimension: Letter
  320. *PaperDimension Letter:    "612 792"
  321. *PaperDimension Legal:     "612 1008"
  322. *PaperDimension A4:        "595 842"
  323. *PaperDimension B5:        "516 729"
  324.  
  325. *RequiresPageRegion All: True
  326. *OpenUI *InputSlot:  PickOne
  327. *OrderDependency: 20 AnySetup *InputSlot
  328. *DefaultInputSlot: AutoSelect
  329. *InputSlot AutoSelect/Auto Select: "
  330.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
  331. *End
  332. *InputSlot Upper: "
  333.  1 dict dup /MediaPosition null put setpagedevice
  334.  currentpagedevice /InputAttributes get 0 get setpagedevice
  335.  1 dict dup /InputAttributes 1 dict dup /Priority [0] put put setpagedevice
  336.  1 dict dup /Policies 1 dict dup /PageSize 7 put put setpagedevice"
  337. *End
  338. *InputSlot Lower: "
  339.  1 dict dup /MediaPosition null put setpagedevice
  340.  userdict /lms  
  341.  currentpagedevice /InputAttributes get 1 known { 1 }{ 0 }ifelse put
  342.  currentpagedevice /InputAttributes get lms get setpagedevice
  343.  1 dict dup /InputAttributes 1 dict dup /Priority [lms] put put setpagedevice
  344.  1 dict dup /Policies 1 dict dup /PageSize 7 put put setpagedevice"
  345. *End
  346. *InputSlot Feeder/Multipurpose Feeder: "
  347.  1 dict dup /MediaPosition null put setpagedevice
  348.  currentpagedevice /InputAttributes get 2 get setpagedevice
  349.  1 dict dup /InputAttributes 1 dict dup /Priority [2] put put setpagedevice
  350.  1 dict dup /Policies 1 dict dup /PageSize 7 put put setpagedevice"
  351. *End
  352. *?InputSlot: "
  353.  save
  354.  [ (Upper) (Lower) (Feeder) ] 
  355.  statusdict /papertray get exec {get exec} stopped { pop pop (Unknown) } 
  356.  if = flush
  357.  restore
  358.  "
  359. *End
  360. *CloseUI: *InputSlot
  361.  
  362. *OpenUI *TraySwitch/Tray Linking: PickOne
  363. *OrderDependency: 50 AnySetup *TraySwitch
  364. *DefaultTraySwitch: False
  365. *TraySwitch True/On:  "1 dict dup /TraySwitch true  put setpagedevice"
  366. *TraySwitch False/Off: "1 dict dup /TraySwitch false put setpagedevice"
  367. *?TraySwitch: "
  368.  save
  369.  currentpagedevice /TraySwitch get {(True)}{(False)}ifelse = flush
  370.  restore
  371.  "
  372. *End
  373. *CloseUI: *TraySwitch
  374.  
  375. *DefaultOutputOrder: Normal
  376. *OutputOrder Normal: ""
  377. *OutputOrder Reverse: ""
  378.  
  379. *% === Font Information ==========================================
  380.  
  381. *DefaultFont: Courier
  382. *Font Courier: Standard "(001.000)" Standard ROM
  383. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  384. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  385. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  386. *Font Times-Roman: Standard "(001.000)" Standard ROM
  387. *Font Times-Bold: Standard "(001.000)" Standard ROM
  388. *Font Times-Italic: Standard "(001.000)" Standard ROM
  389. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  390. *Font Helvetica: Standard "(001.000)" Standard ROM
  391. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  392. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  393. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  394. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  395. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  396. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  397. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  398. *Font Symbol: Special "(001.000)" Standard ROM
  399. *Font AvantGarde-Book: Standard "(001.000)" Standard ROM
  400. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  401. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  402. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  403. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  404. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  405. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  406. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  407. *Font Helvetica-Light: Standard "(001.000)" Standard ROM
  408. *Font Helvetica-LightOblique: Standard "(001.000)" Standard ROM
  409. *Font Helvetica-Black: Standard "(001.000)" Standard ROM
  410. *Font Helvetica-BlackOblique: Standard "(001.000)" Standard ROM
  411. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  412. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  413. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  414. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  415. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  416. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  417. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  418. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  419. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  420. *Font ZapfDingbats: Special "(001.000)" Special ROM
  421. *?FontQuery: "
  422.  save
  423.  4 dict begin
  424.   /sv exch def
  425.   /str (fonts/                              ) def
  426.   /st2 128 string def
  427.   { count 0 gt
  428.    { dup st2 cvs (/) print print (:) print dup FontDirectory exch known
  429.     {pop (Yes)}
  430.     { str exch st2 cvs dup length /len exch def
  431.      6 exch putinterval str 0 len 6 add getinterval mark exch
  432.      { } st2 filenameforall counttomark 0 gt
  433.      { cleartomark (Yes)}{cleartomark (No)}ifelse
  434.     }ifelse = flush
  435.    }{ exit } ifelse
  436.   } bind loop
  437.   (*) = flush
  438.   sv
  439.  end
  440.  restore
  441.  "
  442. *End
  443.  
  444. *?FontList: "
  445.  save
  446.  2 dict begin
  447.   /sv exch def
  448.   /str 128 string def
  449.   FontDirectory { pop == } bind forall flush
  450.   /filenameforall where
  451.   { pop save (fonts/*)
  452.    { dup length 6 sub 6 exch getinterval cvn == } bind
  453.    str filenameforall flush restore
  454.   } if
  455.   (*) = flush
  456.   sv
  457.  end
  458.  restore
  459.  "
  460. *End
  461.  
  462. *% Printer Messages (verbatim from printer):
  463. *Message: "%%  exitserver: permanent state may be changed  %%"
  464. *Message: "%%  Flushing: rest of job (to end-of-file) will be ignored  %%"
  465. *Message: "\FontName\ not found, using Courier"
  466.  
  467. *% Status (format: %%  status: <one of these> %% )
  468. *Status: "Printer Busy"
  469. *Status: "Warming Up"
  470. *Status: "idle"
  471. *Status: "busy"
  472. *Status: "waiting"
  473. *Status: "initializing"
  474. *Status: "not ready"
  475.  
  476. *% Input Sources (format: %%  status: <stat>; source: <one of these>  %% )
  477. *Source: "Serial"
  478. *Source: "Parallel"
  479. *Source: "Network"
  480.  
  481. *% Printer Error (format: %%  PrinterError: <one of these>  %%)
  482. *PrinterError: "Paper Jam"
  483. *PrinterError: "Wrong Paper Length"
  484. *PrinterError: "Invalid Manual Insertion"
  485. *PrinterError: "Change Size in Feeder"
  486. *PrinterError: "Change Size in Tray 1"
  487. *PrinterError: "Change Size in Tray 2"
  488. *PrinterError: "Paper Out or Feed Failure - Feed"
  489. *PrinterError: "Load Manual Envelope"
  490. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  491. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  492. *PrinterError: "Load Manual Paper"
  493. *PrinterError: "Output Bin Full"
  494. *PrinterError: "Cover Open/Cartridge Not Installed"
  495. *PrinterError: "Insufficient Memory"
  496. *PrinterError: "Complex Page"
  497. *PrinterError: "Default Storage Error"
  498. *PrinterError: "Defective Font Card Installed"
  499. *PrinterError: "Flash Full"
  500. *PrinterError: "ioerror"
  501. *PrinterError: "Flash Error"
  502. *PrinterError: "Duplex Not Attached"
  503. *PrinterError: "Duplex Cover Open"
  504. *PrinterError: "Scheduled Maintenance"
  505. *PrinterError: "Toner Low"
  506. *PrinterError: "Service Error"
  507.  
  508. *%DeviceAdjustMatrix: " 1 0 0 1 0 0 "
  509.  
  510. *% === Color Separation Information =====================
  511.  
  512. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  513.  
  514. *InkName: ProcessBlack/Process Black
  515. *InkName: CustomColor/Custom Color
  516. *InkName: ProcessCyan/Process Cyan
  517. *InkName: ProcessMagenta/Process Magenta
  518. *InkName: ProcessYellow/Process Yellow
  519.  
  520. *%  For 85 lpi / 600 dpi  5,5,2,6,6,2,20/3,0) =====================
  521.  
  522. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  523. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  524. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  525. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  526. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  527.  
  528. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  529. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  530. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  531. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  532. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  533.  
  534. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  535.  {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  536.  1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  537.  abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  538.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  539.  "
  540. *End
  541.  
  542. *%  For 71 lpi / 600 dpi  ===============================
  543.  
  544. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  545. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  546. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  547. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  548. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  549.  
  550. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  551. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  552. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  553. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  554. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  555.  
  556. *% End of PPD file for Lexmark Optra C LaserPrinter
  557.